feat: POST messages to companion backend#3742
Conversation
akucharska
left a comment
There was a problem hiding this comment.
How should Joule behave when switching page?
When we open different resource without asking any question we get new suggestions. But if we ask AI a question and go to different page we see our old conversation. Is this correct?
Screen.Recording.2025-03-07.at.15.09.48.mov
Yes this behaviour is correct. We keep track of the current resource, and if the user switches a resource during conversation, the next API request to the companion backend will send the updated resource information, but the conversation should persist. The only ways that the chat history can be cleared right now, should be the reset-button on top (yet to be implemented) or closing and re-opening the companion. |
So this reset button will be implemented in some future task, right? |
|
Description
Changes proposed in this pull request:
Related issue(s)
#3605
Definition of done
backlog#4567